home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 2 / Windows 6-Pak (InfoMagic) (Disc 2) (1999).ISO / File-Encryption-Utilities / cpx32.exe / CPIX.EXE / 0 / RCDATA / TDELETEFORM / TDELETEFORM.txt
Encoding:
Text File  |  1998-09-14  |  942 b   |  51 lines

  1. object DeleteForm: TDeleteForm
  2.   Left = 302
  3.   Top = 267
  4.   BorderStyle = bsDialog
  5.   Caption = 'DeleteForm'
  6.   ClientHeight = 158
  7.   ClientWidth = 303
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object DelType: TRadioGroup
  18.     Left = 16
  19.     Top = 8
  20.     Width = 273
  21.     Height = 89
  22.     Caption = 'Delete Type'
  23.     ItemIndex = 0
  24.     Items.Strings = (
  25.       'Recycle Bin'
  26.       'Normal'
  27.       'Permanent Wipe')
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 62
  32.     Top = 120
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Ok'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object Button2: TButton
  41.     Left = 166
  42.     Top = 120
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50. end
  51.